home *** CD-ROM | disk | FTP | other *** search
- From: mh1@irz301.inf.tu-dresden.de (Michael Hohmuth)
- Subject: Re: [MINTOS] compiler switch (was: Re: MiNT goes UNiX, ...)
- Date: Fri, 14 Jan 1994 05:07:42 +0100 (MET)
- In-Reply-To: <199401130207.VAA14533@terminator.rs.itd.umich.edu> from "Nicholas S Castellano" at Jan 12, 94 09:07:49 pm
- Mime-Version: 1.0
-
- > If you want to make it possible for people to compile your code in
- > such a way that it works on plain TOSFS, I'd reccommend the following:
- >
- > #ifdef __atarist__
- > #ifndef __MINT__
- > #define TOSFS
- > #endif
- > #endif
-
- This means, "use another library than the MiNT library to compile in Tosfs
- compatibility", which isn't what you meant, is it? :-)
-
- Instead, I'd recomment defining -DTOSFS at the compiler's command line.
-
- Michael
- --
- Internet: hohmuth@freia.inf.tu-dresden.de
-